ASP.NET Pack Programmer's Guide
XmlPersistContext.WriteFloatArray Method
See Also
 





Writes the specified array.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public XmlElement WriteFloatArray (
    float[] array,
    string elementName,
    string subElementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteFloatArray( _
    array() As Single, _
    elementName As String, _
    subElementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

array

The float[] value to write.

elementName

A string specifying the name of the element.

subElementName

A string specifying the name of the sub-element.

parentElement

The parent XML element.

 Return Value

Type: XmlElement
The created XmlElement

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.UI.WebForms Namespace